home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
c
/
list
/
RCS
/
local.mk,v
< prev
Wrap
Text File
|
1988-12-30
|
619b
|
40 lines
head 1.1;
branch ;
access ;
symbols ;
locks ; strict;
comment @@;
1.1
date 88.12.30.15.18.31; author ouster; state Exp;
branches ;
next ;
desc
@Use grn to preprocess man page.
@
1.1
log
@Initial revision
@
text
@#
# This file is included by Makefile. Makefile is generated automatically
# by mkmf, and this file provides additional local personalization. The
# variable SYSMAKEFILE is provided by Makefile; it's a system Makefile
# that must be included to set up various compilation stuff.
#
MANPAGES += List.man
#include <$(SYSMAKEFILE)>
List.man : List.g
grn List.g > List.man
@